home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / SETUP.EXE / 0 / RCDATA / TFORM13 / TFORM13.txt
Text File  |  1997-04-30  |  1KB  |  78 lines

  1. object Form13: TForm13
  2.   Left = 140
  3.   Top = 160
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'License agreement'
  7.   ClientHeight = 273
  8.   ClientWidth = 492
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 10
  20.     Top = 220
  21.     Width = 471
  22.     Height = 10
  23.     Shape = bsBottomLine
  24.   end
  25.   object Label1: TLabel
  26.     Left = 10
  27.     Top = 5
  28.     Width = 449
  29.     Height = 13
  30.     Caption = 
  31.       'Please read this license agreement shown below. Use the scrollba' +
  32.       'rs to read the entire contents.'
  33.   end
  34.   object Memo1: TMemo
  35.     Left = 9
  36.     Top = 25
  37.     Width = 472
  38.     Height = 196
  39.     TabStop = False
  40.     Color = clBtnFace
  41.     Lines.Strings = (
  42.       ''
  43.       '')
  44.     ReadOnly = True
  45.     ScrollBars = ssVertical
  46.     TabOrder = 0
  47.   end
  48.   object Button1: TButton
  49.     Left = 315
  50.     Top = 240
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&Agree >'
  54.     Default = True
  55.     TabOrder = 1
  56.     OnClick = Button1Click
  57.   end
  58.   object Button2: TButton
  59.     Left = 240
  60.     Top = 240
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '< &Back'
  64.     TabOrder = 2
  65.     OnClick = Button2Click
  66.   end
  67.   object Button3: TButton
  68.     Left = 405
  69.     Top = 240
  70.     Width = 76
  71.     Height = 25
  72.     Cancel = True
  73.     Caption = '&Cancel'
  74.     TabOrder = 3
  75.     OnClick = Button3Click
  76.   end
  77. end
  78.